home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / midi / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  801 b   |  20 lines

  1.  
  2.               ~4Dgifts/toolbox/src/exampleCode/audio/midi README
  3.  
  4.    This directory contains example programs using libmidi.a and are intended 
  5.    to illustrate the use of the MIDI library.  As such they don't do anything 
  6.    particularly useful.
  7.  
  8.  
  9.        thru.c++ is a basic MIDI thru program.
  10.        thru_c.c is a C version of thru.c++
  11.  
  12.        ptest.c++ is another simple MIDI thru program which prints out short
  13.                  descriptions of incoming MIDI events before sending them out
  14.  
  15.        getmidi and putmidi are intended for use as diagnostic tools to check 
  16.        midi connections.  
  17.        getmidi   prints a verbose description of each midi event.  
  18.        putmidi   reads a file generated by getmidi and tries to play it back
  19.          as best it can.  putmidi could use a little work....
  20.